Builder

abstract class Builder : BaseObject.Builder<T>

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun build(): D2Error
Link copied to clipboard
abstract fun created(created: Date): D2Error.Builder
Link copied to clipboard
abstract fun errorCode(errorCode: D2ErrorCode): D2Error.Builder
Link copied to clipboard
abstract fun errorComponent(errorComponent: D2ErrorComponent): D2Error.Builder
Link copied to clipboard
abstract fun errorDescription(description: String): D2Error.Builder
Link copied to clipboard
abstract fun httpErrorCode(httpErrorCode: Integer): D2Error.Builder
Link copied to clipboard
abstract fun id(id: Long): T
Link copied to clipboard
abstract fun originalException(originalException: Exception): D2Error.Builder
Link copied to clipboard
abstract fun url(url: String): D2Error.Builder