Packagecom.afcomponents.umap.errors
Classpublic class Base64Error
InheritanceBase64Error Inheritance Error

Base64Error



Public Constants
 ConstantDefined by
  ILLEGAL_CHAR : String = "Illegal character in Base64 encoded data."
[static]
Base64Error
  WRONG_LENGTH : String = "Length of Base64 encoded input string is not a multiple of 4."
[static]
Base64Error
Constant detail
ILLEGAL_CHARconstant
public static const ILLEGAL_CHAR:String = "Illegal character in Base64 encoded data."
WRONG_LENGTHconstant 
public static const WRONG_LENGTH:String = "Length of Base64 encoded input string is not a multiple of 4."