Interface LegacyErrorObject

interface LegacyErrorObject {
    code: number;
    message: string;
}

Properties

Properties

code: number
message: string