Skip to content

ServerRejected

[Source]

Fallback for any other server ErrorResponse during startup. Call response() to access the full ErrorResponseMessage; inspect response().code (SQLSTATE) to distinguish specific failure modes.

class val ServerRejected

Constructors

create

[Source]

new val create(
  response': ErrorResponseMessage val)
: ServerRejected val^

Parameters

Returns


Public Functions

response

[Source]

fun val response()
: ErrorResponseMessage val

Returns