CallFail type

Represents calling failure.

Direct parent types

Error
Represents an error. Usually more specific error types are used.
Direct subtypes: 14

Direct children types

ArgsMismatch
Represents calling failure due to arguments vs parameters mismatch.
DontKnowHowToCall
Represents calling failure when it is not known how to call the given object.
MethodNotFound
Represents calling failure when arguments do not match any method implementation.
StackDepthFail
Represents stack overflow error.