public final class RuntimeErrorEvent extends Request
Modifier and Type | Class and Description |
---|---|
static class |
RuntimeErrorEvent.Builder |
Modifier and Type | Method and Description |
---|---|
static RuntimeErrorEvent.Builder |
builder() |
boolean |
equals(Object o) |
List<RuntimeError> |
getErrors()
An array of errors encountered while running the APL presentation.
|
String |
getToken()
The unique identifier of the presentation in which the error occurred.
|
int |
hashCode() |
String |
toString() |
getLocale, getRequestId, getTimestamp, getType
public static RuntimeErrorEvent.Builder builder()
public String getToken()
public List<RuntimeError> getErrors()
Copyright © 2023. All rights reserved.