File: InternalErrorCode.md

package info (click to toggle)
golang-github-openfga-go-sdk 0.6.5-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 1,960 kB
  • sloc: makefile: 13
file content (29 lines) | stat: -rw-r--r-- 672 bytes parent folder | download
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
# InternalErrorCode

## Enum


* `NO_INTERNAL_ERROR` (value: `"no_internal_error"`)

* `INTERNAL_ERROR` (value: `"internal_error"`)

* `DEADLINE_EXCEEDED` (value: `"deadline_exceeded"`)

* `ALREADY_EXISTS` (value: `"already_exists"`)

* `RESOURCE_EXHAUSTED` (value: `"resource_exhausted"`)

* `FAILED_PRECONDITION` (value: `"failed_precondition"`)

* `ABORTED` (value: `"aborted"`)

* `OUT_OF_RANGE` (value: `"out_of_range"`)

* `UNAVAILABLE` (value: `"unavailable"`)

* `DATA_LOSS` (value: `"data_loss"`)


[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)