PlcError Type
Error type for PLC Directory operations.
Union cases
| Union case |
Description
|
Full Usage:
HttpError(statusCode, body)
Parameters:
int
body : string
|
HTTP request failed with the given status code and body.
|
Full Usage:
NotFound did
Parameters:
string
|
The DID was not found (404).
|
Full Usage:
ParseError message
Parameters:
string
|
The response body could not be parsed.
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsHttpError
Returns: bool
|
|
Full Usage:
this.IsNotFound
Returns: bool
|
|
Full Usage:
this.IsParseError
Returns: bool
|
|