The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

eBay::API::XML::DataType::FaultDetailsType

DESCRIPTION

SOAP faults are used to indicate that an infrastructure error has occurred, such as a problem on eBay's side with database or server going down, or a problem with the client or server-side SOAP framework.

SYNOPSIS

INHERITANCE

eBay::API::XML::DataType::FaultDetailsType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

setDetailedMessage()

Description of the condition that caused the SOAP fault.

# Argument: 'xs:string'

getDetailedMessage()

# Returns: 'xs:string'

setErrorCode()

Error code can be used by a receiving application to debug a SOAP response message that contains one or more SOAP fault details. Each error code is uniquely defined for each fault scenario. See the eBay documentation for more information. Your application can use error codes as identifiers in your customized error-handling algorithms.

# Argument: 'xs:string'

getErrorCode()

# Returns: 'xs:string'

setSeverity()

Indicates whether the error is a severe error (causing the request to fail) or an informational error (a warning).

# Argument: 'xs:string'

getSeverity()

# Returns: 'xs:string'