* Get a string representation of the serialized error, omitting any circular * references. * * @returns A string representation of the serialized error.
()
| 90 | * @returns A string representation of the serialized error. |
| 91 | */ |
| 92 | toString(): string { |
| 93 | return safeStringify(this.serialize(), stringifyReplacer, 2); |
| 94 | } |
| 95 | } |
| 96 | |
| 97 | /** |
no test coverage detected