Skip to content

Commit 54d0b4d

Browse files
authored
Merge pull request #681 from code0-tech/copilot/sub-pr-670-please-work
Add missing organization_not_found error code
2 parents 83600fc + 8e6c712 commit 54d0b4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/services/error_code.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def self.error_codes
6666
namespace_member_not_found: { description: 'The namespace member with the given identifier was not found' },
6767
license_not_found: { description: 'The namespace license with the given identifier was not found' },
6868
flow_type_not_found: { description: 'The flow type with the given identifier was not found' },
69+
organization_not_found: { description: 'The organization with the given identifier was not found' },
6970
primary_level_not_found: { description: '', deprecation_reason: 'Outdated concept' },
7071
secondary_level_not_found: { description: '', deprecation_reason: 'Outdated concept' },
7172
tertiary_level_exceeds_parameters: { description: '', deprecation_reason: 'Outdated concept' },

0 commit comments

Comments
 (0)