Header menu logo FSharp.ATProto

PlcError Type

Error type for PLC Directory operations.

Union cases

Union case Description

HttpError(statusCode, body)

Full Usage: HttpError(statusCode, body)

Parameters:
    statusCode : int
    body : string

HTTP request failed with the given status code and body.

statusCode : int
body : string

NotFound did

Full Usage: NotFound did

Parameters:
    did : string

The DID was not found (404).

did : string

ParseError message

Full Usage: ParseError message

Parameters:
    message : string

The response body could not be parsed.

message : string

Instance members

Instance member Description

this.IsHttpError

Full Usage: this.IsHttpError

Returns: bool
Returns: bool

this.IsNotFound

Full Usage: this.IsNotFound

Returns: bool
Returns: bool

this.IsParseError

Full Usage: this.IsParseError

Returns: bool
Returns: bool

Type something to start searching.