* adds basic typedoc * backup * Adds all docs to source code * Adds autogenerated docs * Fixes doc links * Updates docs
46 lines
728 B
Markdown
46 lines
728 B
Markdown
---
|
|
id: "imagereadererror"
|
|
title: "ImageReaderError"
|
|
sidebar_label: "ImageReaderError"
|
|
---
|
|
|
|
## Index
|
|
|
|
### Enumeration members
|
|
|
|
* [DeviceError](imagereadererror.md#deviceerror)
|
|
* [FileNotFoundError](imagereadererror.md#filenotfounderror)
|
|
* [InvalidDataError](imagereadererror.md#invaliddataerror)
|
|
* [UnknownError](imagereadererror.md#unknownerror)
|
|
* [UnsupportedFormatError](imagereadererror.md#unsupportedformaterror)
|
|
|
|
## Enumeration members
|
|
|
|
### DeviceError
|
|
|
|
• **DeviceError**: = 2
|
|
|
|
___
|
|
|
|
### FileNotFoundError
|
|
|
|
• **FileNotFoundError**: = 1
|
|
|
|
___
|
|
|
|
### InvalidDataError
|
|
|
|
• **InvalidDataError**: = 4
|
|
|
|
___
|
|
|
|
### UnknownError
|
|
|
|
• **UnknownError**: = 0
|
|
|
|
___
|
|
|
|
### UnsupportedFormatError
|
|
|
|
• **UnsupportedFormatError**: = 3
|