ProfileError

open class ProfileError(val code: Int) : OperationStatus

Common Profile and Service Error Codes.

Profile and Service Errors have codes in range 0xE0 – 0xFF.

Those are defined in Core Specification Supplement, Volume 1, Part B.

Inheritors

Constructors

Link copied to clipboard
constructor(code: Int)

Properties

Link copied to clipboard
open override val code: Int
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String