ErrorProtoResponse

data class ErrorProtoResponse(val debugInfo: String, val location: String, val message: String, val reason: String)

Constructors

Link copied to clipboard
constructor(debugInfo: String, location: String, message: String, reason: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Debugging information. This property is internal to Google and should not be used.

Link copied to clipboard

Specifies where the error occurred, if present.

Link copied to clipboard

A human-readable description of the error.

Link copied to clipboard

A short error code that summarizes the error.