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