-
Notifications
You must be signed in to change notification settings - Fork 189
Expand file tree
/
Copy pathErrorResponse.yaml
More file actions
33 lines (33 loc) · 881 Bytes
/
ErrorResponse.yaml
File metadata and controls
33 lines (33 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
title: ErrorResponse
required:
- error
type: object
properties:
error:
title: ErrorDetail
type: object
properties:
type:
title: ErrorType
type: string
description: Machine-processable error type identifier.
enum:
- actor-memory-limit-exceeded
- actor-not-found
- invalid-input
- method-not-allowed
- permission-denied
- rate-limit-exceeded
- record-not-found
- record-not-unique
- record-or-token-not-found
- request-id-invalid
- request-too-large
- run-failed
- run-timeout-exceeded
- token-not-valid
- unknown-build-tag
- unsupported-content-encoding
message:
type: string
description: Human-readable error message describing what went wrong.