Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support

AudioStatus

Enum for audio status code.

Represents different statuses that can occur when an audio API call is made. Each value represents whether a call was successful or returned an error.

Enumeration Members

STATUS_NO_ERROR

STATUS_NO_ERROR: 0

Success


STATUS_NO_MEMORY

STATUS_NO_MEMORY: -1

Failed to allocate memory


STATUS_BAD_VALUE

STATUS_BAD_VALUE: -2

Invalid arguments


STATUS_NO_INIT

STATUS_NO_INIT: -3

IPC receiver init failed


STATUS_ALREADY_EXISTS

STATUS_ALREADY_EXISTS: -4

Argument already set


STATUS_DEAD_OBJECT

STATUS_DEAD_OBJECT: -5

IPC receiver process died


STATUS_WOULD_BLOCK

STATUS_WOULD_BLOCK: -6

Operation would block


STATUS_TIMED_OUT

STATUS_TIMED_OUT: -7

Operation timed out


STATUS_INVALID_OPERATION

STATUS_INVALID_OPERATION: -8

Invalid operation


STATUS_PERMISSION_DENIED

STATUS_PERMISSION_DENIED: -9

Insufficient privileges


STATUS_NOT_ENOUGH_DATA

STATUS_NOT_ENOUGH_DATA: -10

No enough memory


STATUS_NO_FILE

STATUS_NO_FILE: -11

No such file or directory


STATUS_UNKNOWN_ERROR

STATUS_UNKNOWN_ERROR: -2147483648

INT32_MIN value


Last updated: Jul 22, 2026