Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove duplicate mapping key #4145

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 2 additions & 12 deletions errors/v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,6 @@
http_code: 400
message: "The service instance name is taken: %s"

60003:
name: ServiceInstanceServiceBindingWrongSpace
http_code: 400
message: "The service instance and the service binding are in different app spaces: %s"

60003:
name: ServiceInstanceInvalid
http_code: 400
Expand Down Expand Up @@ -1024,20 +1019,15 @@
message: "Resource inside space %s must first be deleted, or specify recursive delete."

290013:
name: OrganizationRolesDeletionTimeout
name: SpaceRolesDeletionTimeout
http_code: 524
message: "Deletion of roles for organization %s timed out before all roles could be deleted"
message: "Deletion of roles for space %s timed out before all roles could be deleted"

290014:
name: OrganizationRolesDeletionFailed
http_code: 502
message: "Failed to delete one or more roles for organization %s"

290013:
name: SpaceRolesDeletionTimeout
http_code: 524
message: "Deletion of roles for space %s timed out before all roles could be deleted"

290016:
name: SpaceRolesDeletionFailed
http_code: 502
Expand Down
Loading