Interface ShardErrorResponse

Standard error response from the shard.

interface ShardErrorResponse {
    error: string;
}

Properties

Properties

error: string