-
public class UserDataError
Model describing the error response.
-
-
Field Summary
Fields Modifier and Type Field Description private String
message
private List<String>
path
private ExtensionsData
extensionsData
-
Method Summary
Modifier and Type Method Description String
getMessage()
Returns the detailed message string of the error. List<String>
getPath()
Returns the query path which experienced the error. ExtensionsData
getExtensionsData()
Returns the Extensions data of the error.
-
-
-
Method Detail
-
getMessage
@Nullable() String getMessage()
Returns the detailed message string of the error.
-
getExtensionsData
@Nullable() ExtensionsData getExtensionsData()
Returns the Extensions data of the error.
-
-