Packagecom.distriqt.extension.webp.error
Classpublic class WebPError
InheritanceWebPError Inheritance Error

An error that occurred when attempting to access the WebP codec.



Public Properties
 PropertyDefined By
  code : *
WebPError
Public Methods
 MethodDefined By
  
WebPError(code:*, message:*, id:* = 0)
Constructor
WebPError
Public Constants
 ConstantDefined By
  DECODER_ERROR : String = decoder:error
[static] The specified file was not encoded in the WebP format
WebPError
  INVALID_PATH : String = invalid:path
[static] The supplied path was incorrect.
WebPError
  UNKNOWN_RESPONSE : String = unknown:response
[static] An unknown error occurred
WebPError
Property Detail
codeproperty
public var code:*

Constructor Detail
WebPError()Constructor
public function WebPError(code:*, message:*, id:* = 0)

Constructor

Parameters
code:*
 
message:*
 
id:* (default = 0)
Constant Detail
DECODER_ERRORConstant
public static const DECODER_ERROR:String = decoder:error

The specified file was not encoded in the WebP format

INVALID_PATHConstant 
public static const INVALID_PATH:String = invalid:path

The supplied path was incorrect. Either the file does not exist or you do not have permissions to access the file.

UNKNOWN_RESPONSEConstant 
public static const UNKNOWN_RESPONSE:String = unknown:response

An unknown error occurred