Enumerations
The following enumerations are available globally.
-
Decoding error providing more detailed information about decoding failure.
See moreDeclaration
Swift
public enum BoxDecodingError : Error
-
Defines error values for the whole SDK
See moreDeclaration
Swift
public enum BoxError : Error
-
Defines the the relation between the filter key and filter value of a metadata template.
See moreDeclaration
Swift
public enum MetadataFilterBound
-
Type for updating optional parameters - parameters that can either have value of some type, or be nil. Should be used mainly with optinal method parameters to differentiate between ignored parameter and parameter with a nil value.
See moreDeclaration
Swift
public enum NullableParameter<T>
-
Order direction.
See moreDeclaration
Swift
public enum OrderDirection : String
-
Specifies opperations available on metadata template
See moreDeclaration
Swift
public enum MetadataTemplateOperation