public class ErrorReport extends Object implements Serializable
| Constructor and Description |
|---|
ErrorReport() |
ErrorReport(Integer code,
String description,
String parameter,
String message) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCode()
An integer that represents the error type.
|
String |
getDescription()
A human-readable description of the error.
|
String |
getMessage()
message not null for only voice API response
|
String |
getParameter()
parameter where the description and code talks about
|
String |
toString() |
public Integer getCode()
public String getDescription()
public String getParameter()
public String getMessage()
Copyright © 2024. All rights reserved.