Table of Contents

Enum "Rest Client Exception"

ID 2351
Namespace: System.RestClient

This enum contains the exceptions of the Rest Client.

Values

Name Description
UnknownException

Specifies that the exception is an unknown exception.

ConnectionFailed

Specifies that the connection failed.

BlockedByEnvironment

Specifies that the request is blocked by the environment.

RequestFailed

Specifies that the request failed.

InvalidJson

Specifies that the content is not valid JSON.

InvalidXml

Specifies that the content is not valid XML.

See also