Suggestions

close search

StringeeError class

Represents the warning error from Stringee.


Constructors


StringeeError(code: number, message: string, name?: string)

Create a new StringeeError.


Properties


code: number

Code of the error.

message: string

Message of the error.

name: string

Name of the error. If omitted, the default Error name is used.


Methods


toString(): string

Return the error name, code, and message as a string.