Interface SimpleNetworkError

Simple interface for a network error response

interface SimpleNetworkError {
    message: string;
    status: number;
}

Properties

Properties

message: string

Details aboun the error

status: number

Status code of the error