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

Indexable

[key: string]: any

Properties

Properties

code: "InvalidSubject"
message: string

Plain text description of the cause of the error.

Generated using TypeDoc