Skip to content

Commit f68fb15

Browse files
committed
Merge pull request #684 from code0-tech/copilot/sub-pr-670-another-one
Fix invalid_namespace_member error code description
2 parents a97881e + 9589eb1 commit f68fb15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/services/error_code.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def self.error_codes
5353
failed_to_reset_password: { description: 'Failed to reset the user password' },
5454
loading_identity_failed: { description: 'Failed to load user identity from external provider' },
5555
invalid_flow_setting: { description: 'The flow setting is invalid because of active model errors' },
56-
invalid_namespace_member: { description: 'The flow setting is invalid because of active model errors' },
56+
invalid_namespace_member: { description: 'The namespace member is invalid because of active model errors' },
5757
invalid_attachment: { description: 'The attachment is invalid because of active model errors' },
5858
invalid_namespace_license: { description: 'The namespace license is invalid because of active model errors' },
5959
project_not_found: { description: 'The namespace project with the given identifier was not found' },

docs/graphql/enum/errorcodeenum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Represents the available error responses
2828
| `INVALID_FLOW_SETTING` | The flow setting is invalid because of active model errors |
2929
| `INVALID_LOGIN_DATA` | Invalid login data provided |
3030
| `INVALID_NAMESPACE_LICENSE` | The namespace license is invalid because of active model errors |
31-
| `INVALID_NAMESPACE_MEMBER` | The flow setting is invalid because of active model errors |
31+
| `INVALID_NAMESPACE_MEMBER` | The namespace member is invalid because of active model errors |
3232
| `INVALID_NAMESPACE_PROJECT` | The namespace project is invalid because of active model errors |
3333
| `INVALID_NAMESPACE_ROLE` | The namespace role is invalid because of active model errors |
3434
| `INVALID_ORGANIZATION` | The organization is invalid because of active model errors |

0 commit comments

Comments
 (0)