Overview
The `CommonError` abstract object to throw an identified error with a solution to the described problem
Last updated
The `CommonError` abstract object to throw an identified error with a solution to the described problem
Last updated
public get : string The accessor obtains a possible to the described by returning the property of a specified object
public get : Id | undefined The accessor gets the error by returning the property of a specified object.
public get : string | undefined The accessor gets the link(to read more about the thrown error) by returning the property of a specified object.
public get : string The accessor gets the error by returning the parent property of the object.
public get : string The accessor gets the by returning the property of a specified object.
public get : string The accessor gets the of the error message by returning the property of a specified object.
public static : string
A template of the error message of type with the replaceable , and optional , {link}
, , , tags.
: string A privately stored possible solution to the described of a type.
: Id A privately stored unique of the described of generic type variable .
: string The optional privately stored link of type redirects to read more about the thrown error.
: string A privately stored of a type.
: string A privately stored of the error that contains replaceable required , and optional , , , tags.
protected static : string The static "" method builds from the given the error message of a type on the template.
protected static : value is CommonError<Id>
Checks whether the of any type is a this
instance of any or the given .