get id()
The get accessor gets the error identification
CommonError.prototype.id
CommonError.prototype.id
The get
accessor gets the error identification by returning the #id
property of a specified object.
common-error.class.ts
Return type
The return type is the generic type variable Id
or undefined
.
Returns
The return value is the error identification of the generic type variable Id
or undefined
.
Example usage
Last updated