shajara API
    Preparing search index...

    Interface FailureShape

    Common discriminant and message shape for in-band failure values.

    interface FailureShape {
        kind: string;
        message: string;
    }

    Implemented by

    Index

    Properties

    Properties

    kind: string
    message: string