Interface SessionError

The object with information about a session error occurrence such as an initialization failure.

interface SessionError {
    code?: number;
    message?: string;
}

Properties

Properties

code?: number

The optional numeric code representing the error.

message?: string

The optional descriptive string regarding the error.

Generated using TypeDoc