We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec31f78 commit ae3850cCopy full SHA for ae3850c
1 file changed
upcloud/error_codes.go
@@ -202,4 +202,12 @@ const (
202
ErrCodeActionForbidden string = "ACTION_FORBIDDEN"
203
ErrCodeAccountForbidden string = "ACCOUNT_FORBIDDEN"
204
ErrCodeResourceAlreadyExists string = "RESOURCE_ALREADY_EXISTS"
205
+ ErrCodeMethodNotAllowed string = "METHOD_NOT_ALLOWED"
206
+ ErrCodeNotFound string = "NOT_FOUND"
207
+ ErrCodePeeringNotFound string = "PEERING_NOT_FOUND"
208
+ ErrCodeLocalNetworkNoRouter string = "LOCAL_NETWORK_NO_ROUTER"
209
+ ErrCodePeerNetworkNotFound string = "PEER_NETWORK_NOT_FOUND"
210
+ ErrCodePeeringAccoundInvalid string = "PEERING_ACCOUNT_INVALID"
211
+ ErrCodePeeringConflict string = "PEERING_CONFLICT"
212
+ ErrPeeringNotDisabled string = "PEERING_NOT_DISABLED"
213
)
0 commit comments