Values.PostCommentForComparedCommitOutputSourcePosts a comment on the comparison between two commits.
type nonrec t = {repositoryName : RepositoryName.t option;The name of the repository where you posted a comment on the comparison between commits.
*)beforeCommitId : CommitId.t option;In the directionality you established, the full commit ID of the before commit.
*)afterCommitId : CommitId.t option;In the directionality you established, the full commit ID of the after commit.
*)beforeBlobId : ObjectId.t option;In the directionality you established, the blob ID of the before blob.
*)afterBlobId : ObjectId.t option;In the directionality you established, the blob ID of the after blob.
*)location : Location.t option;The location of the comment in the comparison between the two commits.
*)comment : Comment.t option;The content of the comment you posted.
*)}type nonrec error = [ | `BeforeCommitIdAndAfterCommitIdAreSameException of
BeforeCommitIdAndAfterCommitIdAreSameException.t| `ClientRequestTokenRequiredException of ClientRequestTokenRequiredException.t| `CommentContentRequiredException of CommentContentRequiredException.t| `CommentContentSizeLimitExceededException of
CommentContentSizeLimitExceededException.t| `CommitDoesNotExistException of CommitDoesNotExistException.t| `CommitIdRequiredException of CommitIdRequiredException.t| `EncryptionIntegrityChecksFailedException of
EncryptionIntegrityChecksFailedException.t| `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t| `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t| `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t| `IdempotencyParameterMismatchException of
IdempotencyParameterMismatchException.t| `InvalidClientRequestTokenException of InvalidClientRequestTokenException.t| `InvalidCommitIdException of InvalidCommitIdException.t| `InvalidFileLocationException of InvalidFileLocationException.t| `InvalidFilePositionException of InvalidFilePositionException.t| `InvalidPathException of InvalidPathException.t| `InvalidRelativeFileVersionEnumException of
InvalidRelativeFileVersionEnumException.t| `InvalidRepositoryNameException of InvalidRepositoryNameException.t| `PathDoesNotExistException of PathDoesNotExistException.t| `PathRequiredException of PathRequiredException.t| `RepositoryDoesNotExistException of RepositoryDoesNotExistException.t| `RepositoryNameRequiredException of RepositoryNameRequiredException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BeforeCommitIdAndAfterCommitIdAreSameException of unit
| `ClientRequestTokenRequiredException of unit
| `CommentContentRequiredException of unit
| `CommentContentSizeLimitExceededException of unit
| `CommitDoesNotExistException of unit
| `CommitIdRequiredException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `IdempotencyParameterMismatchException of unit
| `InvalidClientRequestTokenException of unit
| `InvalidCommitIdException of unit
| `InvalidFileLocationException of unit
| `InvalidFilePositionException of unit
| `InvalidPathException of unit
| `InvalidRelativeFileVersionEnumException of unit
| `InvalidRepositoryNameException of unit
| `PathDoesNotExistException of unit
| `PathRequiredException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BeforeCommitIdAndAfterCommitIdAreSameException of unit
| `ClientRequestTokenRequiredException of unit
| `CommentContentRequiredException of unit
| `CommentContentSizeLimitExceededException of unit
| `CommitDoesNotExistException of unit
| `CommitIdRequiredException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `IdempotencyParameterMismatchException of unit
| `InvalidClientRequestTokenException of unit
| `InvalidCommitIdException of unit
| `InvalidFileLocationException of unit
| `InvalidFilePositionException of unit
| `InvalidPathException of unit
| `InvalidRelativeFileVersionEnumException of unit
| `InvalidRepositoryNameException of unit
| `PathDoesNotExistException of unit
| `PathRequiredException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of RepositoryName.t
| `Structure of
(string
* [> `Boolean of IsCommentDeleted.t
| `Enum of string
| `List of [> `String of ReactionValue.t ] list
| `Long of Position.t
| `Map of
([> `String of ReactionValue.t ] * [> `Integer of Count.t ])
list
| `String of Path.t
| `Timestamp of CreationDate.t ])
list ])
list ]