Module: CloudPDF::Types::DocHead404ResponseCode

Extended by:
Internal::Types::Enum
Defined in:
lib/CloudPDF/types/doc_head404response_code.rb

Constant Summary collapse

UNKNOWN =
"Unknown"
INVALID_ARG =
"InvalidArg"
DOC_NOT_OPEN =
"DocNotOpen"
DOC_OPEN_FAILED =
"DocOpenFailed"
DOC_PASSWORD_REQUIRED =
"DocPasswordRequired"
DOC_PASSWORD_INCORRECT =
"DocPasswordIncorrect"
ABORTED =
"Aborted"
NETWORK =
"Network"
UNAUTHENTICATED =
"Unauthenticated"
FORBIDDEN =
"Forbidden"
NOT_FOUND =
"NotFound"
WIRE_FORMAT =
"WireFormat"
RUNTIME_UNAVAILABLE =
"RuntimeUnavailable"
INVALID_REFERENCE =
"InvalidReference"
WEAK_ANNOTATION_SESSION_CONFLICT =
"WeakAnnotationSessionConflict"
LAYER_VERSION_CONFLICT =
"LayerVersionConflict"
NOT_IMPLEMENTED =
"NotImplemented"
MALFORMED_PDF =
"MalformedPdf"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load