fetchFaceAlbum

abstract suspend fun fetchFaceAlbum(faceId: String)

Fetch album for face with id faceId.

Throws

SessionIsNotInitializedException

Session is not active.

Unauthorized access.

Forbidden access.

Face with id faceId is not found in the database.

Face album is not yet exists on the backend!

Other problems.