errors.go 640 B

1234567891011121314151617181920
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package batch
  3. const (
  4. // ErrCodeClientException for service response error code
  5. // "ClientException".
  6. //
  7. // These errors are usually caused by a client action, such as using an action
  8. // or resource on behalf of a user that doesn't have permissions to use the
  9. // action or resource, or specifying an identifier that is not valid.
  10. ErrCodeClientException = "ClientException"
  11. // ErrCodeServerException for service response error code
  12. // "ServerException".
  13. //
  14. // These errors are usually caused by a server issue.
  15. ErrCodeServerException = "ServerException"
  16. )