Values.InvalidLayerPartExceptionSourceThe layer part size is not valid, or the first byte specified is not consecutive to the last byte of a previous layer part upload.
type nonrec t = {registryId : RegistryId.t option;The registry ID associated with the exception.
*)repositoryName : RepositoryName.t option;The repository name associated with the exception.
*)uploadId : UploadId.t option;The upload ID associated with the exception.
*)lastValidByteReceived : PartSize.t option;The last valid byte received from the layer part upload that is associated with the exception.
*)message : ExceptionMessage.t option;The error message associated with the exception.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of PartSize.t | `String of RegistryId.t ]) list ]