Interface errorObj

interface errorObj {
    errorCode: number;
    message: string;
}

Properties

Properties

errorCode: number
message: string