igdbErrorResponseParser

actual fun IgdbParser.igdbErrorResponseParser(source: BufferedSource): IgdbHttpErrorResponse

Implementation of the Igdb server response parser using the org.json.JSONTokener

expect fun IgdbParser.igdbErrorResponseParser(source: BufferedSource): IgdbHttpErrorResponse

Igdb server response parser

Parse incoming source response from the Igdb server into a IgdbHttpErrorResponse object.

Note: It is the caller's responsibility to close this stream.

Return

IgdbHttpErrorResponse or null if the stream cannot be parsed

actual fun IgdbParser.igdbErrorResponseParser(source: BufferedSource): IgdbHttpErrorResponse

Igdb server response parser

Parse incoming source response from the Igdb server into a IgdbHttpErrorResponse object.

Note: It is the caller's responsibility to close this stream.

Return

IgdbHttpErrorResponse or null if the stream cannot be parsed

actual fun IgdbParser.igdbErrorResponseParser(source: BufferedSource): IgdbHttpErrorResponse

Implementation of the Igdb server response parser using the org.json.JSONTokener

actual fun IgdbParser.igdbErrorResponseParser(source: BufferedSource): IgdbHttpErrorResponse

Igdb server response parser

Parse incoming source response from the Igdb server into a IgdbHttpErrorResponse object.

Note: It is the caller's responsibility to close this stream.

Return

IgdbHttpErrorResponse or null if the stream cannot be parsed