getError

fun Response<*>?.getError(): List<GraphError>?(source)

Converts the response error response into an object.

Return

The error object, or null if an exception was encountered

See also