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

    Interface NotFoundError

    interface NotFoundError {
        code?: "404";
        details?: NotFoundErrorDetails[];
        message?: string;
        status?: "NOT_FOUND";
    }
    Index

    Properties

    code?: "404"

    CodeEnum

    List of objects

    message?: string
    status?: "NOT_FOUND"

    StatusEnum