Skip to content

Commit

Permalink
CA-272163: Introduce new exception when snapshot is called in the wro…
Browse files Browse the repository at this point in the history
…ng place

Signed-off-by: Edwin Török <edvin.torok@citrix.com>
  • Loading branch information
edwintorok authored and MarkSymsCtx committed Jan 16, 2018
1 parent 2f88df5 commit f157c17
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions storage/storage_interface.ml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ module Dynamic = struct

end

type uuid = string

exception Backend_error_with_backtrace of (string * (string list)) (** name * params *)

exception Sr_not_attached of string (** error: SR must be attached to access VDIs *)
Expand All @@ -214,6 +216,7 @@ exception Cancelled of string
exception Redirect of string option
exception Sr_attached of string
exception Unimplemented of string
exception Activated_on_another_host of uuid
exception Duplicated_key of string
exception No_storage_plugin_for_sr of string
exception Content_ids_do_not_match of (string * string)
Expand Down

0 comments on commit f157c17

Please sign in to comment.