Skip to content

Commit 85496eb

Browse files
committed
Fix docs
1 parent 7dbf339 commit 85496eb

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
@@ -45,16 +45,19 @@ Represents the available error responses
4545
| `LOADING_IDENTITY_FAILED` | Failed to load user identity from external provider |
4646
| `MFA_FAILED` | Invalid MFA data provided |
4747
| `MFA_REQUIRED` | MFA is required |
48+
| `MISSING_DEFINITION` | The primary runtime has more definitions than this one |
4849
| `MISSING_IDENTITY_DATA` | This external identity is missing data |
4950
| `MISSING_PARAMETER` | Not all required parameters are present |
5051
| `MISSING_PERMISSION` | The user is not permitted to perform this operation |
52+
| `MISSING_PRIMARY_RUNTIME` | The project is missing a primary runtime |
5153
| `NAMESPACE_MEMBER_NOT_FOUND` | The namespace member with the given identifier was not found |
5254
| `NAMESPACE_NOT_FOUND` | The namespace with the given identifier was not found |
5355
| `NAMESPACE_PROJECT_NOT_FOUND` | The namespace project with the given identifier was not found |
5456
| `NAMESPACE_ROLE_NOT_FOUND` | The namespace role with the given identifier was not found |
5557
| `NO_FREE_LICENSE_SEATS` | There are no free license seats to complete this operation |
5658
| `NO_PRIMARY_RUNTIME` | The project does not have a primary runtime |
5759
| `ORGANIZATION_NOT_FOUND` | The organization with the given identifier was not found |
60+
| `OUTDATED_DEFINITION` | The primary runtime has a newer definition than this one |
5861
| `PRIMARY_LEVEL_NOT_FOUND` | **Deprecated:** Outdated concept |
5962
| `PROJECT_NOT_FOUND` | The namespace project with the given identifier was not found |
6063
| `REGISTRATION_DISABLED` | Self-registration is disabled |

0 commit comments

Comments
 (0)