@dvelop-sdk
    Preparing search index...

    Interface BusinessObjectsErrorDto

    ErrorDto for BusinessObjects-App.

    interface BusinessObjectsErrorDto {
        error: {
            code: string;
            details?: { code: string; message: string }[];
            innerError?: { requestId: string; timestamp: string };
            message: string;
        };
    }
    Index

    Properties

    Properties

    error: {
        code: string;
        details?: { code: string; message: string }[];
        innerError?: { requestId: string; timestamp: string };
        message: string;
    }