Waiting for engine...
Skip to main content

SpaceLogoScanResult

An enum indicating the Space logo security scan result.

enum SpaceLogoScanResult {
OK
FORBIDDEN
INTERNAL_ERROR
}

Values

SpaceLogoScanResult.OK

Indicates the specified logo has passed the security scan.

SpaceLogoScanResult.FORBIDDEN

The specified logo file failed the security scan.

SpaceLogoScanResult.INTERNAL_ERROR

An internal error happened during security scan of the logo file.

On this Page