Closed alanshaw closed 1 month ago
Currently using a generic Failure struct with a Name and Message but these should be replaced with actual error definitions will be required if a client receives them and needs to decode.
Failure
Name
Message
Specifically:
BlobSizeOutsideOfSupportedRange
UnsupportedCapability
AllocatedMemoryHadNotBeenWrittenTo
Currently using a generic
Failure
struct with aName
andMessage
but these should be replaced with actual error definitions will be required if a client receives them and needs to decode.Specifically:
BlobSizeOutsideOfSupportedRange
UnsupportedCapability
AllocatedMemoryHadNotBeenWrittenTo