interface InvalidSubjectError {
    code: "InvalidSubject";
    message: string;
    [key: string]: any;
}

Hierarchy (View Summary)

Indexable

  • [key: string]: any

Properties

Properties

code: "InvalidSubject"

Error identifier.

message: string

Plain text description of the cause of the error.