internal.types.error

Source code: internal/types/error.seq

class internal.types.error.ExcHeader
exception internal.types.error.OSError

Properties:

message

Magic methods:

__init__()
__init__(message: str)
exception internal.types.error.IOError

Properties:

message

Magic methods:

__init__()
__init__(message: str)
exception internal.types.error.ValueError

Properties:

message

Magic methods:

__init__()
__init__(message: str)
exception internal.types.error.IndexError

Properties:

message

Magic methods:

__init__()
__init__(message: str)
exception internal.types.error.KeyError

Properties:

message

Magic methods:

__init__()
__init__(message: str)
exception internal.types.error.CError

Properties:

message

Magic methods:

__init__()
__init__(message: str)
exception internal.types.error.PyError

Properties:

message

Magic methods:

__init__(message: str, pytype: str)
exception internal.types.error.TypeError

Properties:

message

Magic methods:

__init__()
__init__(message: str)
exception internal.types.error.ZeroDivisionError

Properties:

message

Magic methods:

__init__()
__init__(message: str)
exception internal.types.error.AttributeError

Properties:

message

Magic methods:

__init__()
__init__(message: str)
exception internal.types.error.NotImplementedError

Properties:

message

Magic methods:

__init__()
__init__(message: str)
class internal.types.error.StopIteration

Properties:

message

Magic methods:

__init__()
__init__(message: str)
exception internal.types.error.AssertionError

Properties:

message

Magic methods:

__init__()
__init__(message: str)
class internal.types.error.SystemExit

Properties:

message
status

Magic methods:

__init__()
__init__(status: int)
__init__(message: str)
__init__(message: str, status: int)