Interface ErrorResponse

ErrorResponse

interface ErrorResponse {
    error: Error;
}

Properties

Properties

error: Error

ErrorResponse