Home
last modified time | relevance | path

Searched refs:MailServiceError_ErrorCode (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/mail/
Dmail_service.pb.go28 type MailServiceError_ErrorCode int32 type
31 MailServiceError_OK MailServiceError_ErrorCode = 0
32 MailServiceError_INTERNAL_ERROR MailServiceError_ErrorCode = 1
33 MailServiceError_BAD_REQUEST MailServiceError_ErrorCode = 2
34 MailServiceError_UNAUTHORIZED_SENDER MailServiceError_ErrorCode = 3
35 MailServiceError_INVALID_ATTACHMENT_TYPE MailServiceError_ErrorCode = 4
36 MailServiceError_INVALID_HEADER_NAME MailServiceError_ErrorCode = 5
37 MailServiceError_INVALID_CONTENT_ID MailServiceError_ErrorCode = 6
59 func (x MailServiceError_ErrorCode) Enum() *MailServiceError_ErrorCode {
60 p := new(MailServiceError_ErrorCode)
[all …]