Interface ApiErrorInternal

interface ApiError {
    error: string;
    message: string;
    statusCode: number;
}

Properties

error: string
message: string
statusCode: number