[null,null,["Последнее обновление: 2024-10-25 UTC."],[[["`StreamError` is a class used to define stream error data with specific error codes."],["Error codes provide information about the type of error, such as initialization failures, invalid requests, or authorization issues."],["`StreamError` objects have `code` and `message` properties for describing the error."],["`ErrorCode` is a static enumeration that lists possible error types for stream operations within the SDK."]]],["The `StreamError` class handles stream error data, utilizing an `ErrorCode` enumeration. `ErrorCode` lists specific error types: `UNKNOWN_ERROR`, `INVALID_STREAM_REQUEST`, `STREAM_INITIALIZATION_FAILED`, `STREAM_INITIALIZATION_TIMEOUT`, and `STREAM_AUTHORIZATION_FAILED`. Each error type is associated with a specific cause, ranging from unknown issues to invalid requests, initialization problems, timeouts, and authorization failures. The `StreamError` class includes `code` and `message` properties.\n"]]