videosphere
    Preparing search index...

    Interface PlatformUploadError

    Defines the shape of platform upload error.

    interface PlatformUploadError {
        code: string;
        message: string;
        statusCode?: number;
        details?: string;
    }
    Index

    Properties

    code: string
    message: string
    statusCode?: number
    details?: string