| Modifier and Type | Method and Description |
|---|---|
static RollbarResponseCode |
RollbarResponseCode.fromInt(int i)
Get a Response Code from the integer value returned by the HTTP request.
|
RollbarResponseCode |
RollbarResponse.statusCode()
Get the HTTP status code (as a RollbarResponseCode).
|
static RollbarResponseCode |
RollbarResponseCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RollbarResponseCode[] |
RollbarResponseCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static RollbarResponse |
RollbarResponse.failure(RollbarResponseCode code,
String reason)
The static factory method for a failed post to Rollbar
|
Copyright © 2016. All rights reserved.