Type alias ErrorStatusContext

ErrorStatusContext: {
    error: ErrorDetail;
}

エラーステータスの内容

Type declaration