Record Class IdU1ResponseError

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.user.cb.IdU1ResponseError
Record Components:
fieldRequestId - The ID of the request that yielded this response.
fieldErrorCode - The error code.
fieldMessage - The error message.
fieldAttributes - The error attributes.
fieldRemediatingAction - The remediating action, if any.
fieldBlame - The blame assignment.
All Implemented Interfaces:
com.io7m.cedarbridge.runtime.api.CBProtocolMessageType, com.io7m.cedarbridge.runtime.api.CBSerializableType, ProtocolIdUType, ProtocolIdUv1Type

public record IdU1ResponseError(com.io7m.cedarbridge.runtime.api.CBUUID fieldRequestId, com.io7m.cedarbridge.runtime.api.CBString fieldErrorCode, com.io7m.cedarbridge.runtime.api.CBString fieldMessage, com.io7m.cedarbridge.runtime.api.CBMap<com.io7m.cedarbridge.runtime.api.CBString,com.io7m.cedarbridge.runtime.api.CBString> fieldAttributes, com.io7m.cedarbridge.runtime.api.CBOptionType<com.io7m.cedarbridge.runtime.api.CBString> fieldRemediatingAction, IdU1ResponseBlame fieldBlame) extends Record implements com.io7m.cedarbridge.runtime.api.CBSerializableType, ProtocolIdUv1Type
An error response.