[[["সহজে বোঝা যায়","easyToUnderstand","thumb-up"],["আমার সমস্যার সমাধান হয়েছে","solvedMyProblem","thumb-up"],["অন্যান্য","otherUp","thumb-up"]],[["এতে আমার প্রয়োজনীয় তথ্য নেই","missingTheInformationINeed","thumb-down"],["খুব জটিল / অনেক ধাপ","tooComplicatedTooManySteps","thumb-down"],["পুরনো","outOfDate","thumb-down"],["অনুবাদ সংক্রান্ত সমস্যা","translationIssue","thumb-down"],["নমুনা / কোড সংক্রান্ত সমস্যা","samplesCodeIssue","thumb-down"],["অন্যান্য","otherDown","thumb-down"]],["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"]]