Values_1.CreateSpaceResponseSourceCreates a private space or a space used for real time collaboration in a domain.
type nonrec error = [ | `ResourceInUse of Values_0.ResourceInUse.t| `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ResourceInUse of Values_0.ResourceInUse.t
| `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ResourceInUse of Values_0.ResourceInUse.t
| `ResourceLimitExceeded of Values_0.ResourceLimitExceeded.t
| `Unknown_operation_error of string * string option ]