get message()
The get accessor gets the error message
CommonError.prototype.message
CommonError.prototype.message
The get
accessor gets the error message by returning the parent message
property of the Error
object.
common-error.class.ts
Return type
Returns
The return value is the error message of a string
type.
Example usage
Last updated