BuildInInterface
in
Describes Build-In interface.
Table of Contents
Methods
- getAssert() : string
- Retrieve assert name.
- getErrorCode() : int
- Retrieve error code.
- getErrorMessage() : string
- Retrieve error message.
- getMethod() : callable
- Retrieve method callback.
Methods
getAssert()
Retrieve assert name.
public
getAssert() : string
Return values
stringgetErrorCode()
Retrieve error code.
public
getErrorCode() : int
Return values
intgetErrorMessage()
Retrieve error message.
public
getErrorMessage() : string
Return values
stringgetMethod()
Retrieve method callback.
public
getMethod() : callable