Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface NotFoundErrorDetails

    interface NotFoundErrorDetails {
        description?: string;
        owner?: string;
        resourceName?: string;
        resourceType?: string;
        type?: string;
    }
    Index

    Properties

    description?: string

    A description of the error.

    owner?: string

    The owner of the resource that was not found.

    resourceName?: string

    The name of the resource that was not found.

    resourceType?: string

    The type of the resource that was not found.

    type?: string