mirror of
https://github.com/apple/container.git
synced 2026-07-13 13:07:06 +00:00
8002eec249
Looks like we've been ignoring the "cause" field for ContainerizationError when sent over xpc. Add the cause to the `ContainerXPCError` message field instead of a new `cause` field since `Error` is not encodable. The goal here is just to preserve information. Signed-off-by: Kathryn Baldauf <k_baldauf@apple.com>