-
public class UserDataErrorModel describing the error response.
-
-
Field Summary
Fields Modifier and Type Field Description private Stringmessageprivate List<String>pathprivate ExtensionsDataextensionsData
-
Method Summary
Modifier and Type Method Description StringgetMessage()Returns the detailed message string of the error. List<String>getPath()Returns the query path which experienced the error. ExtensionsDatagetExtensionsData()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.
-
-
-
-