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 Error
Error. code(Integer code)
static Error
Error. fromJson(String jsonString)
Create an instance of Error given an JSON stringError
ProblemOrError. getError()
Get the actual instance of `Error`.Error
Error. message(String message)
Constructors in com.twitter.clientlib.model with parameters of type Error Constructor Description ProblemOrError(Error o)
-