SpaceLogoScanResult
An enum indicating the Space logo security scan result.
enum SpaceLogoScanResult {
OK
FORBIDDEN
INTERNAL_ERROR
}
Values
Indicates the specified logo has passed the security scan.
The specified logo file failed the security scan.
SpaceLogoScanResult.INTERNAL_ERROR
An internal error happened during security scan of the logo file.
Was this topic helpful?