public class

Error

extends Dynamic
implements Serializable
java.lang.Object
   ↳ com.zuora.api.object.Dynamic
     ↳ com.zuora.api.Error

Class Overview

Java class for Error complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="Error">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Code" type="{http://api.zuora.com/}ErrorCode" minOccurs="0"/>
         <element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Field" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
Fields
protected ErrorCode code
protected String field
protected String message
[Expand]
Inherited Fields
From class com.zuora.api.object.Dynamic
Public Constructors
Error()
Public Methods
ErrorCode getCode()
Gets the value of the code property.
String getField()
Gets the value of the field property.
String getMessage()
Gets the value of the message property.
void setCode(ErrorCode value)
Sets the value of the code property.
void setField(String value)
Sets the value of the field property.
void setMessage(String value)
Sets the value of the message property.
[Expand]
Inherited Methods
From class com.zuora.api.object.Dynamic
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 100 (0x0000000000000064)

Fields

protected ErrorCode code

protected String field

protected String message

Public Constructors

public Error ()

Public Methods

public ErrorCode getCode ()

Gets the value of the code property.

Returns

public String getField ()

Gets the value of the field property.

Returns
  • possible object is String

public String getMessage ()

Gets the value of the message property.

Returns
  • possible object is String

public void setCode (ErrorCode value)

Sets the value of the code property.

Parameters
value Allowed object is ErrorCode

public void setField (String value)

Sets the value of the field property.

Parameters
value Allowed object is String

public void setMessage (String value)

Sets the value of the message property.

Parameters
value Allowed object is String