# Functions
No description provided by the author
# Constants
InsertExposuresBatchSize is the maximum number of exposures that can be inserted at once.
# Variables
ErrExistingKeyNotInToken is returned when attempting to present an exposure that already exists, but isn't in the provided revision token.
ErrIncomingMetadataMismatch is returned when incoming data has a known TEK in it, but the new request is attempting to change the metadata of the key (intervalNumber/Count).
ErrNoRevisionToken is returned when presenting exposures that already exists, but no revision token was presented.
ErrRevisionTokenMetadataMismatch is returned when a revision token has the correct TEK in it, but the new request is attempting to change the metadata of the key (intervalNumber/Count).
# Structs
InsertAndReviseExposuresRequest is used as input to InsertAndReviseExposures.
InsertAndReviseExposuresResponse is the response from an InsertAndReviseExposures call.
IterateExposuresCriteria is criteria to iterate exposures.
No description provided by the author
# Type aliases
No description provided by the author