Class BedrockStreamException
Implements
Inherited Members
Namespace: Glitch9.AIDevKit.AmazonAws
Assembly: Glitch9.AIDevKit.Provider.AmazonAws.dll
Syntax
public sealed class BedrockStreamException : AwsException, ISerializable
Constructors
| Edit this page View SourceBedrockStreamException(BackendErrorType, string, int, bool)
Declaration
public BedrockStreamException(BackendErrorType type, string message = null, int statusCode = 0, bool isRetryable = false)
Parameters
| Type | Name | Description |
|---|---|---|
| BackendErrorType | type | |
| string | message | |
| int | statusCode | |
| bool | isRetryable |