Skip to main content

AttachmentValidationError

The possible errors that can occur in attachment validation

public enum AttachmentValidationError: Error 

Inheritance

Error

Enumeration Cases

maxFileSizeExceeded

The size of the attachment exceeds the max file size

case maxFileSizeExceeded

Did you find this page helpful?