Skip to content

Overview

//trimblecloud-fileservice/trimblecloud.fileservice.models/InvalidFolder

InvalidFolder

[JVM]
open class InvalidFolder

Represents invalid items that could not be retrieved, along with the reason for their invalidity.

Constructors

InvalidFolder[JVM]
constructor()

Properties

NameSummary
code[JVM]
open var code: String
Error code.
detail[JVM]
open var detail: String
Detailed description of the error.
path[JVM]
open var path: String
Path of the resource.
status[JVM]
open var status: Int
HTTP status code.
title[JVM]
open var title: String
Title of the error.
type[JVM]
open var type: String
Type of the error.

Functions

NameSummary
toString[JVM]
open fun toString(): String