Skip to content

Prevent throwing of error for unsupported tags #100

@mikekelly

Description

@mikekelly

I'm handling a cbor message that is tagged with a value that's not supported and so trying to decode the message throws this error:

throw DecodingError.dataCorruptedError(in: self, debugDescription: "Handling tags (other than epoch-based date/time) is not supported yet")

What's the easiest way for me to patch this so that it defaults to handling as if it was a bytestring?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions