Interface ErrorResponse

interface ErrorResponse {
    code: string;
    message: string;
}

Properties

Properties

code: string
message: string