RequestBody

data class RequestBody(val operation: ErrorContext.Operation, val ref: String?) : ErrorContext

Error context for a request body.

Constructors

Link copied to clipboard
constructor(operation: ErrorContext.Operation, ref: String?)

Properties

Link copied to clipboard

Operation context.

Link copied to clipboard
val ref: String?

Optional $ref pointer when the request body is referenced.

Functions

Link copied to clipboard
open override fun toString(): String