Interface Error

Error represents an error that can be returned from the API service.

interface Error {
    error: string;
}

Properties

Properties

error: string

error represents an error message.