retrofit-graphql
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
retrofit-graphql
compat
/
co.anitrend.retrofit.graphql.util
/
GraphErrorUtilTest
Graph
Error
Util
Test
class
GraphErrorUtilTest
Members
Constructors
Graph
Error
Util
Test
Link copied to clipboard
constructor
(
)
Functions
get
Error
returns
errors
from
response
with
default
Gson
path
Link copied to clipboard
fun
getError returns errors from response with default Gson path
(
)
get
Error
returns
null
when
response
has
no
error
body
Link copied to clipboard
fun
getError returns null when response has no error body
(
)
get
Error
returns
null
when
response
is
null
Link copied to clipboard
fun
getError returns null when response is null
(
)
get
Error
with
Graph
QLJson
overload
works
with
Gson
backend
Link copied to clipboard
fun
getError with GraphQLJson overload works with Gson backend
(
)
get
Error
with
Gson
backend
returns
errors
with
all
fields
Link copied to clipboard
fun
getError with Gson backend returns errors with all fields
(
)