Name | Value |
---|---|
Type | resource-error |
Title | Resource Error |
Description | A validation cannot be processed. |
Template | The data resource has an error: {note} |
Name | Value |
---|---|
Type | source-error |
Title | Source Error |
Description | Data reading error because of not supported or inconsistent contents. |
Template | The data source has not supported or has inconsistent contents: {note} |
Name | Value |
---|---|
Type | scheme-error |
Title | Scheme Error |
Description | Data reading error because of incorrect scheme. |
Template | The data source could not be successfully loaded: {note} |
Name | Value |
---|---|
Type | format-error |
Title | Format Error |
Description | Data reading error because of incorrect format. |
Template | The data source could not be successfully parsed: {note} |
Name | Value |
---|---|
Type | encoding-error |
Title | Encoding Error |
Description | Data reading error because of an encoding problem. |
Template | The data source could not be successfully decoded: {note} |
Name | Value |
---|---|
Type | compression-error |
Title | Compression Error |
Description | Data reading error because of a decompression problem. |
Template | The data source could not be successfully decompressed: {note} |
Error representation. It is a baseclass from which other subclasses of errors are inherited or derived from.
(*, note: str) -> None