Takomo v9.0.1
    Preparing search index...

    Type Alias FailedCreateCustomStackResult

    Represents a failed result of creating a custom stack.

    type FailedCreateCustomStackResult = {
        error?: Error;
        message?: string;
        success: false;
    }
    Index

    Properties

    error?: Error

    An optional error object if the operation failed.

    message?: string

    An optional message providing additional information about the operation result.

    success: false