ImportErrorCode
An enumeration of possible error codes for import operations.
enum ImportErrorCode {
FORBIDDEN
INVALID
NOT_FOUND
REQUIRED
}
Values
ImportErrorCode.FORBIDDEN
ImportErrorCode.INVALID
ImportErrorCode.NOT_FOUND
ImportErrorCode.REQUIRED
Member Of
ImportError object