When I was attempting to create a Portal tenancy via the Portal Tenant Admin page, I encountered a "Failed to create tenancy!" error message in my browser.
I thought this error message may have been due to the tenancy ODS code already being used for an existing Portal tenancy. However, it appears to have been due to the "Tenant Name", as another Portal tenancy already had the same tenant name allocated to it.
When looking in my browser's developer tools page, there was more information about the error:
{ "resourceType": "OperationOutcome", "issue": [ { "severity": "error", "code": "processing", "diagnostics": "Tenant with friendly name Bournemouth Poole and Christchurch Council already exists. (OperationOutcomeError UUID: 9009a409-40d9-4cd2-8151-2989506e324b)", "details": { "text": "Tenant with friendly name Bournemouth Poole and Christchurch Council already exists." } } ] }
The error response contains "Tenant with friendly name Bournemouth Poole and Christchurch Council already exists" but this information wasn't presented to me within the Portal Tenant Admin page via the pop-up error message?