Skip to content

kaleido.errors

module: errors

A list of errors available from the kaleido package.

Classes

class JavascriptError(RuntimeError):

Used to report errors from javascript.

class KaleidoError(Exception):

An error to interpret errors from Kaleido's JS side.

methods

__init__(self, code, message)

Construct an error object.

arguments

code - the number code of the error.

message - the message of the error.