ErrorNode

extension ErrorNode

Extension to provide additional functionality to ErrorNode.

  • Extracts and returns an array of Detail objects from the input dictionary.

    Declaration

    Swift

    public var details: [Detail] { get }

    Return Value

    An array of Detail objects if parsing is successful, otherwise an empty array.

  • Get the ContinueNode from an ErrorNode.

    Declaration

    Swift

    public var continueNode: ContinueNode? { get }

    Return Value

    The ContinueNode from the ErrorNode.