Skip to content

Commit 3b977fe

Browse files
committed
Fix docs
1 parent e984056 commit 3b977fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/graphql/enum/errorcodeenum.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,19 @@ Represents the available error responses
4444
| `LOADING_IDENTITY_FAILED` | Failed to load user identity from external provider |
4545
| `MFA_FAILED` | Invalid MFA data provided |
4646
| `MFA_REQUIRED` | MFA is required |
47+
| `MISSING_DEFINITION` | The primary runtime has more definitions than this one |
4748
| `MISSING_IDENTITY_DATA` | This external identity is missing data |
4849
| `MISSING_PARAMETER` | Not all required parameters are present |
4950
| `MISSING_PERMISSION` | The user is not permitted to perform this operation |
51+
| `MISSING_PRIMARY_RUNTIME` | The project is missing a primary runtime |
5052
| `NAMESPACE_MEMBER_NOT_FOUND` | The namespace member with the given identifier was not found |
5153
| `NAMESPACE_NOT_FOUND` | The namespace with the given identifier was not found |
5254
| `NAMESPACE_PROJECT_NOT_FOUND` | The namespace project with the given identifier was not found |
5355
| `NAMESPACE_ROLE_NOT_FOUND` | The namespace role with the given identifier was not found |
5456
| `NO_FREE_LICENSE_SEATS` | There are no free license seats to complete this operation |
5557
| `NO_PRIMARY_RUNTIME` | The project does not have a primary runtime |
5658
| `ORGANIZATION_NOT_FOUND` | The organization with the given identifier was not found |
59+
| `OUTDATED_DEFINITION` | The primary runtime has a newer definition than this one |
5760
| `PRIMARY_LEVEL_NOT_FOUND` | **Deprecated:** Outdated concept |
5861
| `PROJECT_NOT_FOUND` | The namespace project with the given identifier was not found |
5962
| `REGISTRATION_DISABLED` | Self-registration is disabled |

0 commit comments

Comments
 (0)