OAuth Fault Object

Contains information about an OAuth error code and message.

The properties included in the Fault object are listed below.

Property Type Description
faultcode string A code for a fault.
faultstring string The message associated with the faultcode.

Related Topics