public class ErrorResult extends Result
| Constructor and Description |
|---|
ErrorResult(Status status,
float computing,
String error_code,
String error_type,
String error_message,
String additional_message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdditionalMessage()
Returns the additional_message of the ErrorResult
|
String |
getErrorCode()
Returns the error_code of the ErrorResult
|
String |
getErrorMessage()
Returns the error_message of the ErrorResult
|
String |
getErrorType()
Returns the error_type of the ErrorResult
|
boolean |
hasAdditionalMessage() |
getComputing, getStatuspublic String getErrorCode()
public String getErrorType()
public String getErrorMessage()
public final String getAdditionalMessage()
public final boolean hasAdditionalMessage()
Copyright © 2019 Nowtryz. All rights reserved.