Gjsify LogoGjsify Logo

Pre-defined XML-RPC fault codes from http://xmlrpc-epi.sourceforge.net/specs/rfc.fault_codes.php. These are an extension, not part of the XML-RPC spec; you can't assume servers will use them.

Index

Enumeration Members

APPLICATION_ERROR: number

start of reserved range for application error codes

PARSE_ERROR_INVALID_CHARACTER_FOR_ENCODING: number

request contained an invalid character

PARSE_ERROR_NOT_WELL_FORMED: number

request was not well-formed

PARSE_ERROR_UNSUPPORTED_ENCODING: number

request was in an unsupported encoding

SERVER_ERROR_INTERNAL_XML_RPC_ERROR: number

internal error

SERVER_ERROR_INVALID_METHOD_PARAMETERS: number

invalid parameters

SERVER_ERROR_INVALID_XML_RPC: number

request was not valid XML-RPC

SERVER_ERROR_REQUESTED_METHOD_NOT_FOUND: number

method not found

SYSTEM_ERROR: number

start of reserved range for system error codes

TRANSPORT_ERROR: number

start of reserved range for transport error codes

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method