Type Alias XcmV3MaybeErrorCode

XcmV3MaybeErrorCode: Enum<{
    Error: Binary;
    Success: undefined;
    TruncatedError: Binary;
}>