genkitx-aws-bedrock
    Preparing search index...

    Interface FlowErrorResponse

    Response wrapper for failed flow execution (callable protocol). Shape matches genkit's getCallableJSON output.

    interface FlowErrorResponse {
        error: { details?: unknown; message: string; status: string };
    }
    Index

    Properties

    Properties

    error: { details?: unknown; message: string; status: string }