MigrationErrorType interface
Error response indicates CDN service is not able to process the incoming request. The reason is provided in the error message.
Properties
| code | Error code. |
| error |
Error message indicating why the operation failed. |
| next |
Describes what needs to be done to fix the problem |
| resource |
Resource which has the problem. |
Property Details
code
Error code.
code?: string
Property Value
string
errorMessage
Error message indicating why the operation failed.
errorMessage?: string
Property Value
string
nextSteps
Describes what needs to be done to fix the problem
nextSteps?: string
Property Value
string
resourceName
Resource which has the problem.
resourceName?: string
Property Value
string