XYO Platform SDK - v3.10.6
    Preparing search index...
    interface ApiReportable {
        onError?: (error: ApiError, depth: number) => void;
        onFailure?: (response: ApiResponse, depth: number) => void;
        onSuccess?: (response: ApiResponse, depth: number) => void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    onError?: (error: ApiError, depth: number) => void
    onFailure?: (response: ApiResponse, depth: number) => void
    onSuccess?: (response: ApiResponse, depth: number) => void