File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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' } ,
Original file line number Diff line number Diff 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 |
You can’t perform that action at this time.
0 commit comments