Package-level declarations

Types

Link copied to clipboard
data class GenericError(val type: String, val detail: String)

The object used the describe an error, containing both human-readable and in a machine-readable information.

Link copied to clipboard
data class Upload201Response(val id: String? = null)