Interface ErrorResponse

An error response from the Extension.

interface ErrorResponse {
    error: string;
}

Properties

Properties

error: string

Generated using TypeDoc