public class FaultInfo extends Object
Java-class for the FaultInfo complex type.
the following schema fragment contains the expected content, that may be contained in this class.
<complexType name="FaultInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="errorCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="errorMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="stackTrace" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
FaultInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode()
Return the errorCode.
|
@Nullable String |
getErrorMessage()
Return the errorMessage.
|
@Nullable String |
getStackTrace()
Return the stacktrace.
|
void |
setErrorCode(int value)
Set the errorCode.
|
void |
setErrorMessage(@Nullable String value)
Set the errorMessage.
|
void |
setStackTrace(@Nullable String value)
Set the stacktrace.
|
public int getErrorCode()
public void setErrorCode(int value)
@Nullable public @Nullable String getErrorMessage()
Stringpublic void setErrorMessage(@Nullable
@Nullable String value)
value - allowed object is
String@Nullable public @Nullable String getStackTrace()
StringCopyright © 2017–2022 SoftVision Development GmbH, Fulda, Germany. All rights reserved.