PublishResult#

class stixcore.processing.publish.PublishResult(value)[source]#

Bases: Enum

Result type for a FITS file published to ESA

Attributes Summary

BLACKLISTED

This files was ignored via a blacklist and not published to ESA

ERROR

An error was raised during publication

IGNORED

This files was ignored and not published to ESA

MODIFIED

Other files with the same ESA file name have already be published.

PUBLISHED

All good files was published

Attributes Documentation

BLACKLISTED = 13#

This files was ignored via a blacklist and not published to ESA

ERROR = 14#

An error was raised during publication

IGNORED = 11#

This files was ignored and not published to ESA

MODIFIED = 12#

Other files with the same ESA file name have already be published. Therefore the filename was modified to a supplementary data product. (-sub1/2)

PUBLISHED = 10#

All good files was published