Values.GetBranchOutputSourceRepresents the output of a get branch operation.
type nonrec error = [ | `BranchDoesNotExistException of BranchDoesNotExistException.t| `BranchNameRequiredException of BranchNameRequiredException.t| `EncryptionIntegrityChecksFailedException of
EncryptionIntegrityChecksFailedException.t| `EncryptionKeyAccessDeniedException of EncryptionKeyAccessDeniedException.t| `EncryptionKeyDisabledException of EncryptionKeyDisabledException.t| `EncryptionKeyNotFoundException of EncryptionKeyNotFoundException.t| `InvalidBranchNameException of InvalidBranchNameException.t| `InvalidRepositoryNameException of InvalidRepositoryNameException.t| `RepositoryDoesNotExistException of RepositoryDoesNotExistException.t| `RepositoryNameRequiredException of RepositoryNameRequiredException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BranchDoesNotExistException of unit
| `BranchNameRequiredException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidBranchNameException of unit
| `InvalidRepositoryNameException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BranchDoesNotExistException of unit
| `BranchNameRequiredException of unit
| `EncryptionIntegrityChecksFailedException of unit
| `EncryptionKeyAccessDeniedException of unit
| `EncryptionKeyDisabledException of unit
| `EncryptionKeyNotFoundException of unit
| `EncryptionKeyUnavailableException of unit
| `InvalidBranchNameException of unit
| `InvalidRepositoryNameException of unit
| `RepositoryDoesNotExistException of unit
| `RepositoryNameRequiredException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `String of BranchName.t ]) list ])
list ]