Java com.google.api.client.googleapis.json GoogleJsonError fields, constructors, methods, implement or subclass

Example usage for Java com.google.api.client.googleapis.json GoogleJsonError fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.api.client.googleapis.json GoogleJsonError.

The text is from its open source code.

Constructor

Method

intgetCode()
Returns the HTTP status code of this response or null for none.
ListgetErrors()
Returns the list of detailed errors or null for none.
StringgetMessage()
Returns the human-readable explanation of the error or null for none.
GoogleJsonErrorparse(JsonFactory jsonFactory, HttpResponse response)
Parses the given error HTTP response using the given JSON factory.
voidsetCode(int code)
Sets the HTTP status code of this response or null for none.
voidsetMessage(String message)
Sets the human-readable explanation of the error or null for none.