| Package | Description |
|---|---|
| com.amazon.ask.model.interfaces.alexa.presentation.apla |
| Modifier and Type | Class and Description |
|---|---|
class |
AudioSourceRuntimeError
This error type occurs when the cloud fails to retrieve an audio file from a remote source, such as one specified from within an Audio component.
|
class |
DocumentRuntimeError
This error type occurs when the cloud fails to render due to an incorrect or malformed document or data sources.
|
class |
LinkRuntimeError
This error type occurs when the cloud fails to execute a Link typed document.
|
class |
RenderRuntimeError
This error type occurs when the the cloud based audio mixing service fails to render the audio due to service or user failure.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuntimeError> |
RuntimeErrorEvent.getErrors()
An array of errors encountered while running the APLA presentation.
|
| Modifier and Type | Method and Description |
|---|---|
RuntimeErrorEvent.Builder |
RuntimeErrorEvent.Builder.addErrorsItem(RuntimeError errorsItem) |
| Modifier and Type | Method and Description |
|---|---|
RuntimeErrorEvent.Builder |
RuntimeErrorEvent.Builder.withErrors(List<RuntimeError> errors) |
Copyright © 2023. All rights reserved.