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