// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. package batch const ( // ErrCodeException for service response error code // "Exception". // // These errors are usually caused by a client action, such as using an action // or resource on behalf of a user that doesn't have permissions to use the // action or resource, or specifying an identifier that is not valid. ErrCodeException = "Exception" // ErrCodeServerException for service response error code // "ServerException". // // These errors are usually caused by a server issue. ErrCodeServerException = "ServerException" )