errors.go 736 B

123456789101112131415161718192021222324
  1. // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
  2. package pi
  3. const (
  4. // ErrCodeInternalServiceError for service response error code
  5. // "InternalServiceError".
  6. //
  7. // The request failed due to an unknown error.
  8. ErrCodeInternalServiceError = "InternalServiceError"
  9. // ErrCodeInvalidArgumentException for service response error code
  10. // "InvalidArgumentException".
  11. //
  12. // One of the arguments provided is invalid for this request.
  13. ErrCodeInvalidArgumentException = "InvalidArgumentException"
  14. // ErrCodeNotAuthorizedException for service response error code
  15. // "NotAuthorizedException".
  16. //
  17. // The user is not authorized to perform this request.
  18. ErrCodeNotAuthorizedException = "NotAuthorizedException"
  19. )