Type of MgError.hint
Error type
An error code. This is used to distinguish an error type from others.
A detail description for developers.
A hint data to build an error message.
An error message for users.
Usually this property is undefined, so someone should call normalizeError() to generate a message.
Returns true if a given object is an instance of MgError
Extends a MgError for viewing, and returns its extended instance.
Actually, this function adds message
value to the error.
Generated using TypeDoc
An error type and error messages.