Values.PackageVersionErrorSourcel An error associated with package.
type nonrec t = {errorCode : PackageVersionErrorCode.t option;The error code associated with the error. Valid error codes are: ALREADY_EXISTS MISMATCHED_REVISION MISMATCHED_STATUS NOT_ALLOWED NOT_FOUND SKIPPED
*)errorMessage : ErrorMessage.t option;The error message associated with the error.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ErrorMessage.t ]) list ]