| Package | com.distriqt.extension.webp.error |
| Class | public class WebPError |
| Inheritance | WebPError Error |
An error that occurred when attempting to access the WebP codec.
| Property | Defined By | ||
|---|---|---|---|
| code : * | WebPError | ||
| Method | Defined By | ||
|---|---|---|---|
WebPError(code:*, message:*, id:* = 0)
Constructor
| WebPError | ||
| Constant | Defined 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 | ||
| READ_ERROR : String = read:error [static] | WebPError | ||
| UNKNOWN_RESPONSE : String = unknown:response [static]
An unknown error occurred
| WebPError | ||
| code | property |
public var code:*| WebPError | () | Constructor |
public function WebPError(code:*, message:*, id:* = 0)Constructor
Parameterscode:* | |
message:* | |
id:* (default = 0) |
| DECODER_ERROR | Constant |
public static const DECODER_ERROR:String = decoder:errorThe specified file was not encoded in the WebP format
| INVALID_PATH | Constant |
public static const INVALID_PATH:String = invalid:pathThe supplied path was incorrect. Either the file does not exist or you do not have permissions to access the file.
| READ_ERROR | Constant |
public static const READ_ERROR:String = read:error| UNKNOWN_RESPONSE | Constant |
public static const UNKNOWN_RESPONSE:String = unknown:responseAn unknown error occurred