| Package | Description |
|---|---|
| com.codename1.io.rest |
Simplified REST API
|
| Modifier and Type | Method and Description |
|---|---|
RequestBuilder |
RequestBuilder.onErrorCode(ErrorCodeHandler<PropertyBusinessObject> err,
Class errorClass)
In case of an error this method is invoked asynchronously to process
the error content with the JSON data and places it into a business
object in the callback
|
RequestBuilder |
RequestBuilder.onErrorCodeBytes(ErrorCodeHandler<byte[]> err)
In case of an error this method is invoked asynchronously to process
the error content with the byte array data
|
RequestBuilder |
RequestBuilder.onErrorCodeJSON(ErrorCodeHandler<Map> err)
In case of an error this method is invoked asynchronously to process
the error content with the JSON data
|
RequestBuilder |
RequestBuilder.onErrorCodeString(ErrorCodeHandler<String> err)
In case of an error this method is invoked asynchronously to process
the error content with the JSON data
|
Copyright © 2021. All rights reserved.