Record Class IdA1ResponseError

java.lang.Object
java.lang.Record
com.io7m.idstore.protocol.admin.cb.IdA1ResponseError
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, ProtocolIdAType, ProtocolIdAv1Type

public record IdA1ResponseError(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, IdA1ResponseBlame fieldBlame) extends Record implements com.io7m.cedarbridge.runtime.api.CBSerializableType, ProtocolIdAv1Type
An error response.