Uses of Class
com.twitter.clientlib.model.Error
-
Packages that use Error Package Description com.twitter.clientlib.model -
-
Uses of Error in com.twitter.clientlib.model
Methods in com.twitter.clientlib.model that return Error Modifier and Type Method Description ErrorError. code(Integer code)static ErrorError. fromJson(String jsonString)Create an instance of Error given an JSON stringErrorProblemOrError. getError()Get the actual instance of `Error`.ErrorError. message(String message)Constructors in com.twitter.clientlib.model with parameters of type Error Constructor Description ProblemOrError(Error o)
-