Skip to content

Why creating FilingDocument records with is_error == True? #24

Description

@esvhd

Hi,

I noticed that when a FileDocument object is created, its is_error field is set to True if the document has content. Pls see line below.

filing_doc.is_error = len(document["content"]) > 0

Would someone be able to share some thoughts on why is_error is marked as True in this case? Presumably when a document has content, it is not an error?

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions